home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Dotted_Blue / forms.css next >
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.4 KB  |  100 lines

  1. body {
  2. scrollbar-arrow-color: rgb(13,138,88);
  3. scrollbar-base-color: rgb(0,0,0);
  4. scrollbar-dark-shadow-color: rgb(0,0,0);
  5. scrollbar-track-color: rgb(106,178,191);
  6. scrollbar-face-color: rgb(5,66,77);
  7. scrollbar-shadow-color: rgb(0,0,0);
  8. scrollbar-highlight-color: rgb(221,221,221);
  9. scrollbar-3d-light-color: rgb(128,128,128)
  10. }
  11.  
  12. input[type="button"]{
  13.   background-color: rgb(5,66,77);
  14.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  15.   font-size: 0.8em;
  16.   color: rgb(200,200,200);
  17.   border: 2px outset rgb(221,221,221)
  18. }
  19.  
  20.  input[type="submit"]{
  21.   background-color: rgb(5,66,77);
  22.   font-family: Tahoma Verdana Arial Helvetica Sans-serif;
  23.   font-size: 0.8em;
  24.   color: rgb(200,200,200);
  25.   border: 2px outset rgb(221,221,221)
  26. }
  27.  
  28.  input[type="reset"] {
  29.   background-color: rgb(5,66,77);
  30.   font-family: Tahoma Verdana Arial Helvetica Sans-serif;
  31.   font-size: 0.8em;
  32.   color: rgb(200,200,200);
  33.   border: 2px outset rgb(221,221,221)
  34. }
  35.  
  36. input[type="text"]{
  37.   background-color: rgb(106,178,191);
  38.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  39.   color: rgb(5,66,77);
  40.   border: solid 1px rgb(0,0,0)
  41. }
  42.  
  43.  input[type="password"] {
  44.   background-color: rgb(106,178,191);
  45.   font-family: Tahoma Verdana Arial Helvetica Sans-serif;
  46.   color: rgb(5,66,77);
  47.   border: solid 1px rgb(0,0,0)
  48. }
  49.  
  50. input[type="checkbox"] {
  51.   background-color: rgb(5,66,77);
  52.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif
  53. }
  54.  
  55. input[type="radio"] {
  56.   background-color: rgb(5,66,77);
  57.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif
  58. }
  59.  
  60. input[type="file"] {
  61.   background-color: rgb(106,178,191);
  62.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  63.   color: rgb(2,96,79);
  64.   border: solid 1px rgb(0,0,0)
  65. }
  66.  
  67. textarea {
  68.   background-color: rgb(106,178,191);
  69.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  70.   color: rgb(2,96,79);
  71.   border: solid 1px rgb(0,0,0)
  72. }
  73.  
  74. select {
  75.   background-color: rgb(106,178,191);
  76.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  77.   color: rgb(2,96,79);
  78.   border: solid 1px rgb(0,0,0)
  79. }
  80.  
  81. selectoption { 
  82.  
  83. }
  84.  
  85. fieldset {
  86.   border: dotted 1px rgb(2,96,79)
  87.  
  88. }
  89.  
  90. legend {
  91.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  92.   color: rgb(2,96,79);
  93.   border: solid 1px rgb(2,96,79)
  94. }
  95.  
  96. label {
  97.   font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  98.   color: rgb(2,96,79)
  99. }
  100.